.body {
    min-height: 400px;
    padding: 18px;
}

/* 要闻公告 */
.FocusNews {
    height: 78px;
    padding: 0 0 0 86px;
    background: url(../images/FocusNews.png) no-repeat 0 0;
    line-height: 78px;
    margin-bottom: 18px;
}

.FocusNews a {
    display: block;
    color: #ca1c15;
    font-size: 27px;
    font-weight: bold;
    padding: 0 0 0 112px;
    background: url(../images/FocusNews_line.png) no-repeat 32px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .part1 {
    margin: 0 0 18px;
}

.slideBox {
    width: 736px;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 25px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 11px;
    height: 11px;
    background: url(../images/slideBox_li.png) no-repeat 0 0;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: url(../images/slideBox_li_active.png) no-repeat 0 0;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd img {
    width: 736px;
    height: 420px;
    display: block;
}

.slideBox .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 60px;
    background: url(../images/overlay.png);
}

.slideBox .text a {
    display: block;
    color: #fff;
    font-size: 20px;
}

.slideTxtBox {
    width: 580px;
    height: 420px;
    overflow: hidden;
}

.slideTxtBox .hd {
    border-bottom: 1px dashed #d7d7d7;
}

.slideTxtBox .hd ul {
    height: 51px;
    float: left;
}

.slideTxtBox .hd ul li {
    float: left;
    height: 51px;
    margin: 0 20px 0 0;
}

.slideTxtBox .hd ul li a {
    position: relative;
    display: block;
    height: 51px;
    line-height: 40px;
    font-size: 22px;
    color: #575757;
    font-weight: bold;
    padding: 0 5px;
}

.slideTxtBox .hd ul li.on a {
    color: #0060b7;
}

.slideTxtBox .hd ul li.on a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 50%;
    height: 4px;
    background: #c41616;
}

.slideTxtBox .hd ul li.on a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: 50%;
    height: 4px;
    background: #0060b7;
}

.slideTxtBox .hd .more {
    float: right;
    line-height: 50px;
    padding: 0 10px;
}

.slideTxtBox .hd .more a {
    color: #999;
}

.slideTxtBox .bd ul {
    padding: 10px 10px 0 10px;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 46px;
    line-height: 46px;
}

.slideTxtBox .bd li a {
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #575757;
}

.slideTxtBox .bd li a:before {
    content: '';
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    background: #0060b7;
    margin: 21px 10px 0 0;
}

.slideTxtBox .bd li i {
    float: left;
    width: 49px;
    height: 46px;
    background: url(../images/istop.png) no-repeat 0 center;
    display: none;
}

.slideTxtBox .bd li span {
    float: right;
    color: #999;
    width: 100px;
    font-size: 16px;
}

.slideTxtBox .bd li.istop i {
    display: block;
    margin: 0 0 0 10px;
}

.slideTxtBox .bd li.istop a {
    width: 65%;
    color: #f80001;
    font-weight: bold;
}

.slideTxtBox .bd li.istop a:before {
    background: #f80001;
}

.slideTxtBox .bd li a:hover {
    color: #f80001;
}

.slideTxtBox .bd li a:hover:before {
    background: #f80001;
}

.index .part2 {
    margin: 0 0 37px;
}

.box_list {
    width: 654px;
}

.title {
    height: 60px;
    line-height: 60px;
    padding: 0 10px 0 0;
}

.title h1 {
    float: left;
    font-size: 22px;
    color: #0060b7;
    padding: 0 0 0 30px;
    background: url(../images/title.png) no-repeat 0 center;
}

.title a {
    float: right;
    color: #636363;
    font-size: 14px;
}

.box_list .list_normal {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px;
}

.list_normal ul li {
    height: 46px;
    line-height: 46px;
}

.list_normal ul li a {
    float: left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #575757;
}

.list_normal ul li a:before {
    content: '';
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    background: #0060b7;
    margin: 21px 10px 0 0;
}

.list_normal ul li span {
    float: right;
    color: #999;
    width: 100px;
    font-size: 16px;
}

.list_normal ul li a:hover {
    color: #f80001;
}

.list_normal ul li a:hover:before {
    background: #f80001;
}

.list_normal ul .empty {
    height: 368px;
    text-align: center;
    line-height: 368px;
    font-size: 18px;
    color: #999;
}

.banner img {
    display: block;
    width: 100%;
    margin-bottom: 32px;
}

/* 首页政务公开 */
.index .part4 {
    /*padding: 108px 0 0 0;
    background: url(../images/zwgk_title.png) no-repeat center 0;*/
    margin: 0 0 14px;
}

.zwgk_l {
    width: 278px;
    float: left;
}

.zwgk_l ul li {
    margin: 0 0 20px;
}

.zwgk_l ul li a {
    display: block;
    height: 60px;
    border: 1px solid #d4eeff;
    overflow: hidden;
    padding: 14px 0 14px 24px;
}

.zwgk_l ul li a img {
    float: left;
    width: 35px;
}

.zwgk_l ul li a span {
    float: left;
    line-height: 32px;
    margin: 0 0 0 25px;
    font-size: 18px;
    color: #0060b7;
}

.zwgk_l ul li a:hover {
    background: #e8f5ff;
}

.tab_file {
    width: 565px;
    float: left;
    margin-left: 35px;
    height: auto;
}

.tab_file .hd ul,
.tab_meeting.hd ul {
    border: 0;
}

.tab_file .hd ul li a {
    font-size: 18px;
}

.slideTxtBox .bd ul {
    padding: 10px 10px 0;
}

.tab_meeting {
    float: right;
    width: 438px;
    height: auto;
}

/* 首页政务服务 */
.index .part5 {
    padding: 108px 0 0 0;
    background: url(../images/zwfw_title.png) no-repeat center 0;
    margin: 0 0 30px;
}

.index .part5>div {
    float: left;
    width: 423px;
    height: 317px;
    border: 1px solid #d4eeff;
    padding: 3px;
}

.index .part5>div>img {
    display: block;
}

.index .part5 .personal {
    margin-right: 37px;
}

.index .part5 .organization {
    margin-right: 37px;
}

.index .part5>div .links {
    padding: 20px 0 0 0;
}

.index .part5>div .links a {
    float: left;
    width: 33.33%;
    padding: 0 0 0 20px;
    color: #575757;
    line-height: 46px;
    font-size: 18px;
}

.index .part5>div .links a:hover {
    color: #f80001;
}

/* 首页互动交流 */
.index .part6 {
    padding: 108px 0 0 0;
    background: url(../images/hdjl_title.png) no-repeat center 0;
}

.mailbox {
    width: 660px;
    height: 338px;
    float: left;
}

.mailbox .hd .writeLetters {
    float: right;
    margin: 6px 6px 0;
}

.mailbox .hd .writeLetters a {
    display: block;
    width: 138px;
    height: 38px;
    background: #319df0 url(../images/writeLetters.png) no-repeat 10px center;
    line-height: 38px;
    padding: 0 0 0 40px;
    color: #fff;
    font-size: 18px;
}

.enlist {
    width: 660px;
    height: 338px;
    float: right;
}

.enlist .bd li a {
    width: 80%;
}

.enlist .bd li span {
    width: 90px;
    height: 30px;
    /*background: url(../images/under_way.png) no-repeat 0 0;*/
    line-height: 30px;
    text-align: center;
    margin: 8px 0;
}

.enlist .bd li.underWay span {
    background: url(../images/terminate.png) no-repeat 0 0;
    color: #fff;
}

.solicitation_links ul {
    margin: 0 -10.8px;
    padding: 40px 0 35px;
}

.solicitation_links ul li {
    float: left;
    margin: 0 10.8px;
}

.solicitation_links ul li a {
    display: block;
    width: 206px;
    height: 82px;
    border: 1px solid #d9eafa;
    background: #e8f5ff;
    overflow: hidden;
    text-align: left;
}

.solicitation_links ul li a img {
    margin: 23px 20px;
    display: inline-block;
    vertical-align: middle;
}

.solicitation_links ul li a span {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    color: #0060d3;
    font-size: 18px;
    font-weight: bold;
}

/* 专题专栏 */
.special dt {
    float: left;
}

.special dt a {
    width: 48px;
    height: 134px;
    display: block;
    text-align: center;
    background: url(../images/special.png) no-repeat 0 0;
    font-weight: bold;
    padding: 0 10px;
    margin: 0 auto;
}

.special dt a span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}

.special dt a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    height: 100%;
    width: 0;
}

.special dd {
    float: left;
    width: 1248px;
    height: 134px;
}

.special dd ul li {
    float: left;
    margin: 0 0 0 12px;
}

.special dd ul li img {
    display: block;
    width: 400px;
    height: 134px;
}



/* 走进庆安 */
.zjqa .part1 {
    height: 465px;
    background: url(../images/zjqa_banner.png) no-repeat center center;
    position: relative;
}

.zjqa .part1 .zjqa_links {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 136px;
    background: url(../images/zjqa_overlay.png);
}

.zjqa .part1 .zjqa_links ul {
    padding: 0 32px;
}

.zjqa .part1 .zjqa_links ul li {
    float: left;
    margin: 0 10px;
}

.zjqa .part1 .zjqa_links ul li a {
    display: block;
    width: 140px;
    height: 136px;
    overflow: hidden;
}

.zjqa .part1 .zjqa_links ul li a img {
    display: block;
    margin: 12px auto 16px;
    transition: all .15s;
}

.zjqa .part1 .zjqa_links ul li a span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.zjqa .part1 .zjqa_links ul li:hover img {
    transform: scale(1.1);
}

.zjqa .box {
    padding: 115px 0 0;
    margin: 30px 0 0;
}

.picture {
    width: 588px;
}

.picture img {
    display: block;
}

.video {
    width: 619px;
    height: 395px;
    background: url(../images/video_bg.png) no-repeat center center;
    padding: 12px 15px;
}

.video video {
    width: 100%;
    height: 100%;
}

.zjqa_text {
    width: 680px;
    text-indent: 2em;
    line-height: 46px;
    font-size: 18px;
}

.zjqa_text p {
    font-size: 18px;
}

.zjqa_text p b {
    font-size: 18px;
    color: #c41616;
}

.qagk {
    background: url(../images/qagk_title.png) no-repeat center 0;
}

.qwdl {
    background: url(../images/qwdl_title.png) no-repeat center 0;
}

.zyst {
    background: url(../images/zyst_title.png) no-repeat center 0;
}

.qhqw {
    background: url(../images/qhqw_title.png) no-repeat center 0;
}

.lsyg {
    background: url(../images/lsyg_title.png) no-repeat center 0;
}

.qhrk {
    background: url(../images/qhrk_title.png) no-repeat center 0;
}

.jjjs {
    background: url(../images/jjjs_title.png) no-repeat center 0;
}

.txjt {
    background: url(../images/txjt_title.png) no-repeat center 0;
}

.qafg {
    background: url(../images/qafg_title.png) no-repeat center 0;
}

.xzqh {
    background: url(../images/xzqh_title.png) no-repeat center 0;
}

.qafg_pic {
    position: relative;
    height: 390px;
}

.qafg_pic a {
    overflow: hidden;
    cursor: pointer;
}

.qafg_pic a img {
    display: block;
    transition: all .25s;
}

.qafg_pic a:hover img {
    transform: scale(1.2);
}

.qafg_pic a span {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 38px;
    background: url(../images/overlay.png);
    z-index: 10;
    line-height: 38px;
    text-align: center;
    color: #fff;
}

.qafg_pic1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 378px;
    height: 389px;
}

.qafg_pic2 {
    position: absolute;
    left: 406px;
    top: 0;
}

.qafg_pic3 {
    position: absolute;
    left: 406px;
    top: 210px;
}

.qafg_pic4 {
    position: absolute;
    left: 773px;
    top: 0;
    width: auto;
    height: 389px;
}

.qafg_pic5 {
    position: absolute;
    left: 1047px;
    top: 0;
}

.qafg_pic6 {
    position: absolute;
    left: 1047px;
    top: 210px;
}

.xzqh_r {
    width: 716px;
}

.xzqh_r ul li {
    float: left;
    margin: 0 0 16px 16px;

}

.xzqh_r ul li a {
    display: block;
    width: 342px;
    height: 78px;
    border: 1px solid #d9eafa;
    background: #e8f5ff;
    text-align: center;
    line-height: 78px;
    color: #0060d3;
    font-size: 18px;
}

/* 互动交流 */
.hdjl_links {
    height: 148px;
    border: 1px solid #d4eeff;
    margin: 15px auto 0;
}

.hdjl_links ul {
    padding: 0 31px;
}

.hdjl_links ul li {
    float: left;
}

.hdjl_links ul li a {
    width: 160px;
    height: 150px;
    display: block;
    overflow: hidden;
}

.hdjl_links ul li a img {
    display: block;
    margin: 22px auto 15px;
    transition: all 0.15s;
}

.hdjl_links ul li span {
    display: block;
    text-align: center;
    color: #0060b7;
    font-size: 18px;
}

.hdjl_links ul li:hover img {
    transform: scale(1.1);
}

.hdjl .part2 {
    margin: 20px 0 0 0;
}

/* 信件公示 */
.tab_letterPublicity {
    width: 660px;
    height: auto;
    float: left;
}

.tab_letterPublicity .publicity {
    padding: 20px 0 0;
}

.tab_letterPublicity .publicity dd {
    height: 46px;
    line-height: 46px;
}

.tab_letterPublicity .publicity dd span {
    float: left;
    color: #7f7f7f;
    padding: 0 10px;
}

.tab_letterPublicity .publicity dd .span1 {
    float: left;
    width: 50px;
    text-align: center;
}

.tab_letterPublicity .publicity dd a {
    float: left;
    width: 330px;
    color: #7f7f7f;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab_letterPublicity .publicity dd .span2 {
    float: left;
    width: 180px;
    text-align: center;
}

.tab_letterPublicity .publicity dd .span3 {
    float: left;
    width: 100px;
    text-align: center;
}

/* 信件统计 */
.tab_letterStatistics {
    width: 660px;
    height: auto;
    float: right;
}

.letterStatistics_con {
    height: 296px;
}

.letterStatistics_con p {
    padding: 40px 20px;
    line-height: 20px;
}

.letterStatistics_con dl {
    padding: 0 20px;
}

.letterStatistics_con dl dt {
    width: 200px;
    height: 196px;
    float: left;
    line-height: 46px;
    font-size: 18px;
}

.letterStatistics_con dl dt span {
    color: #0060b7;
    font-size: 20px;
}

.letterStatistics_con dl dd {
    width: 420px;
    height: 196px;
    float: left;
}

.hdjl .enlist {
    width: 660px;
    height: auto;
    float: left;
}

.leader_interview {
    width: 660px;
    height: auto;
    float: right;
}

.leader_interview .bd ul li a {
    width: 100%;
}

/* 政府访谈 */
.government_interview {
    width: 100%;
    height: auto;
    float: initial;
    margin: 10px 0 0 0;
}

.government_interview .latest_interview {
    margin: 0 -15px;
    padding: 40px 0 15px;
}

.government_interview .latest_interview>div {
    width: 428px;
    height: 370px;
    float: left;
    margin: 0 15px;
    background: #f6f6f6;
}

.government_interview .latest_interview>div a {
    display: block;
    height: 100%;
}

.government_interview .latest_interview>div a img {
    display: block;
    margin: 0 auto;
    width: 428px;
    height: 198px;
}

.government_interview .latest_interview>div a span {
    display: block;
    /*height: 86px;*/
    padding: 25px 30px 0px;
    color: #575757;
    font-size: 18px;
}

.government_interview .latest_interview>div a span:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.index .part4 .left-cont{
    width: 654px;
}
.index .part4 .right-cont{
    width: 654px;
}
.index .part4 .part4-tit{
    font-size: 22px;
    color: #0060b7;
    padding: 6px 0 6px 86px;
    background: url(../images/title_01.png) no-repeat 0 center;
    border-bottom: 1px solid #D7D7D7;

}
.index .part4 .part4-tit.hdjl{
    background-image: url("../images/title_02.png");
    background-size: 68px 84%;
}
.index .part4 .zwgk_links{
    padding-right: 30px;
    margin-top: 36px;
}
.index .part4 .zwgk_links ul li{
    float: left;
    width: 48%;
    background: #F5F9FC;
    margin-bottom: 20px;
    padding: 12px 0 12px 12px;
}
.index .part4 .zwgk_links ul li:nth-child(2n+1){
    float: right;
}
.index .part4 .zwgk_links ul li img{
    vertical-align: middle;
    margin-right: 12px;
}
.index .part4 .zwgk_links ul li span{
    font-size: 18px;
    color: #4B5057;
    font-weight: bold;
}
.index .part4 .hdjl_links{
    border: 0;
}
.index .part4 .hdjl_links ul{
    padding: 0;
}
.index .part4 .hdjl_links ul li{
    border-bottom: 1px solid #d4eeff;
}
